home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Reference Manual / Prograph Reference 5-7 / Prograph Reference 5-7.rsrc / TEXT_151.txt < prev    next >
Encoding:
Text File  |  1995-10-25  |  2.2 KB  |  91 lines

  1. ¬†         Window Item 
  2.  
  3. Inherits from:     System 
  4.  
  5.  
  6. _____________________________________________________
  7. ¬†            name *243*
  8.  
  9. Type:   string 
  10.  
  11. Description:    Used by the primitive find-item to find a ¬´Window Item¬ª by name. 
  12.  
  13.  
  14. _____________________________________________________
  15. ¬†       owner  *243*
  16.  
  17.  
  18. Type:   Window 
  19. Constraints:    Not settable.    
  20.  
  21. Description:   If ¬´Window Item¬ª is a member of item list of an active ¬´Window¬ª, then the value of this attribute is that ¬´Window¬ª; otherwise it is NULL.    
  22.  
  23.  
  24.  
  25. _____________________________________________________
  26. ¬†          active?  *243*
  27.  
  28. Type:   boolean    
  29.  
  30. Constraints:    Not settable on default.    
  31.  
  32.  
  33.  
  34. _____________________________________________________
  35. ¬†          visible?  *243*
  36.  
  37. Type:   boolean    
  38.  
  39. Description:   ¬´Window Item¬ª is displayed in the owning ¬´Window¬ª only if the value of this attribute is TRUE.    
  40.  
  41. Side effects:    Setting causes ¬´Window Item¬ª to be redrawn in the owning ¬´Window¬ª.  
  42.     
  43.  
  44.  
  45. _____________________________________________________
  46. ¬†          move? *244*
  47.  
  48. Type:   boolean    
  49.  
  50. Description:      The location of ¬´Window Item¬ª is changed relative to the size of the owning ¬´Window¬ª only if the value of this attribute is TRUE.    
  51.  
  52.  
  53.  
  54. _____________________________________________________
  55. ¬†          grow?  *244*
  56.  
  57. Type:   boolean    
  58.  
  59. Description:      The size of ¬´Window Item¬ª is changed relative to the size of the owning ¬´Window¬ª, only if the value of this attribute is TRUE.
  60.     
  61.  
  62.  
  63. _____________________________________________________
  64. ¬†          location  *244*
  65.  
  66. Type:   Point    
  67.  
  68. Description:    The location of the upper left corner of ¬´Window Item¬ª in owning ¬´Window¬ª.    
  69.  
  70. Side effects:    Setting causes ¬´Window Item¬ª to be redrawn.    
  71.  
  72.  
  73.  
  74. _____________________________________________________
  75. ¬†          size  *244*
  76.  
  77. Type:   Point    
  78.  
  79. Description:    Offset of the lower right corner of ¬´Window Item¬ª from the upper left corner.    
  80.  
  81. Side effects:    Setting causes ¬´Window Item¬ª to be redrawn. 
  82.  
  83.  
  84.  
  85. _____________________________________________________
  86. ¬†       balloon  *244*
  87.  
  88. Type:     list 
  89.  
  90. Description:    Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help.    
  91.